From 55ffebe505fa26946852be52e2775677a53408ef Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 17 Dec 2010 14:27:48 -0500 Subject: [PATCH] Avoid a gtk-doc warning --- gtk/gtkmain.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c index ac2bbd05ad..dc303e7f8a 100644 --- a/gtk/gtkmain.c +++ b/gtk/gtkmain.c @@ -863,7 +863,12 @@ post_parse_hook (GOptionContext *context, /** * gtk_get_debug_flags: * - * Returns the GTK+ debug flags setting. + * Returns the GTK+ debug flags. + * + * This function is intended for GTK+ modules that want + * to adjust their debug output based on GTK+ debug flags. + * + * Returns: the GTK+ debug flags. */ guint gtk_get_debug_flags (void) -- 2.30.2